home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / print / allofit.exe / PPDS.EXE / QMS1725.PPD next >
PostScript Printer Description  |  1992-10-30  |  16KB  |  449 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS 1725 Print System" version 2011.22
  4. *% Date: 09/24/91
  5. *FormatVersion: "4.0"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: English
  8. *Product: "(QMS 1725 Print System)"
  9. *PSVersion: "(2011.22) 4"
  10. *NickName: "QMS 1725 Print System"
  11.  
  12. *% General Information and Defaults ===============
  13. *FreeVM: "454000"
  14. *ColorDevice: False
  15. *VariablePaperSize: False
  16. *FileSystem: True
  17. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  18. *Throughput: "20"
  19. *Password: "0"
  20. *ExitServer: "
  21.   count 0 eq {  % is the password on the stack?
  22.     true
  23.   }{
  24.     dup % potential password
  25.     statusdict begin checkpassword end not
  26.   } ifelse
  27.   {  %  if no password or not valid
  28.     (WARNING : Cannot perform the exitserver command.) =
  29.     (Password supplied is not valid.) =
  30.     (Please contact the author of this software.) = flush
  31.     quit
  32.   } if
  33.   serverdict begin exitserver
  34. "
  35. *End
  36.  
  37. *Reset: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup % potential password
  42.     statusdict begin checkpassword end not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot reset printer.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict begin exitserver
  51.   systemdict /quit get exec
  52.   (WARNING : Printer Reset Failed.) = flush
  53. "
  54. *End
  55.  
  56. *OpenUI *Resolution: PickOne
  57. *OrderDependency: 10 AnySetup *Resolution
  58. *DefaultResolution: 600dpi
  59. *Resolution 300dpi: "statusdict begin 300 setresolution end "
  60. *Resolution 600dpi: "statusdict begin 600 setresolution end "
  61. *?Resolution: "
  62. save
  63.   statusdict begin resolution end
  64.   128 string cvs dup print (x) print print (dpi) = flush
  65. restore
  66. "
  67. *End
  68. *CloseUI: *Resolution
  69.  
  70. *% Halftone Information ===============
  71. *ScreenFreq: "60.0"
  72. *ScreenAngle: "45.0"
  73. *DefaultScreenProc: Dot
  74. *ScreenProc Dot: "{ dup mul exch dup mul add 1 exch sub }"
  75.  
  76. *ScreenProc Line: "{ pop }"
  77. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  78.  
  79. *DefaultTransfer: Null
  80. *Transfer Null: "{ }"
  81. *Transfer Null.Inverse: "{ 1 exch sub }"
  82. *Transfer Normalized: "{ }"
  83. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  84.  
  85. *% Paper Handling ===================
  86.  
  87. *% Use these entries to set paper size most of the time, unless there is
  88. *% specific reason to use PageRegion or PaperTray.
  89. *OpenUI *PageSize: PickOne
  90. *OrderDependency: 30 AnySetup *PageSize
  91. *DefaultPageSize: Letter
  92. *PageSize Letter: "statusdict begin lettertray initgraphics end"
  93. *PageSize Legal: "statusdict begin legaltray initgraphics end"
  94. *PageSize A4: "statusdict begin a4tray initgraphics end"
  95. *PageSize Executive: "statusdict begin executivetray initgraphics end"
  96. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin 3 setpapertray monarcenvelope initgraphics end"
  97. *PageSize Envelope.297.684/Common #10 Envelope: "statusdict begin 3 setpapertray com10envelope initgraphics end"
  98. *PageSize Envelope.312.624/DL Envelope: "statusdict begin 3 setpapertray dlenvelope initgraphics end"
  99. *?PageSize: "
  100.  save statusdict begin
  101.   12 dict begin
  102.    /letter (Letter) def
  103.    /legal (Legal) def
  104.    /a4 (A4) def
  105.    /executivepage (Executive) def
  106.    /envelope (Envelope) def
  107.    papersize {
  108.      {load exec} stopped not{= flush}if
  109.    }{
  110.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  111.    }ifelse
  112.   end
  113.  end restore
  114. "
  115. *End
  116. *CloseUI: *PageSize
  117.  
  118. *% These entries will set up the frame buffer. Usually used with manual feed.
  119. *OpenUI *PageRegion: PickOne
  120. *OrderDependency: 40 AnySetup *PageRegion
  121. *DefaultPageRegion: Letter
  122. *PageRegion Letter: "letter initgraphics "
  123. *PageRegion Legal: "legal initgraphics "
  124. *PageRegion A4: "a4 initgraphics "
  125. *PageRegion Executive: "executivepage initgraphics "
  126. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope initgraphics "
  127. *PageRegion Envelope.297.684/Common #10 Envelope: "com10envelope initgraphics "
  128. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope initgraphics"
  129. *CloseUI: *PageRegion
  130.  
  131. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  132. *% These errors should be trapped by software and a message displayed
  133. *OpenUI *PaperTray: PickOne
  134. *OrderDependency: 40 AnySetup *PaperTray
  135. *DefaultPaperTray: Letter
  136. *PaperTray Letter: "statusdict begin letter initgraphics end"
  137. *PaperTray Legal: "statusdict begin legal initgraphics end"
  138. *PaperTray Executive: "statusdict begin executivepage initgraphics end"
  139. *PaperTray A4: "statusdict begin a4 initgraphics end"
  140. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelope initgraphics end"
  141. *PaperTray Envelope.297.684/Common #10 Envelope: "statusdict begin com10envelope initgraphics end"
  142. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelope initgraphics end "
  143. *?PaperTray: "
  144.  save statusdict begin
  145.   20 dict begin
  146.    /letter (Letter) def
  147.    /legal (Legal) def
  148.    /a4 (A4) def
  149.    /executivepage (Executive) def
  150.    /envelope (Envelope) def
  151.    papersize {
  152.      {load exec} stopped not{= flush}if
  153.    }{
  154.      {load exec} stopped not{print (.Transverse) = flush}if
  155.    }ifelse
  156.   end
  157.  end restore
  158. "
  159. *End
  160. *CloseUI: *PaperTray
  161.  
  162. *% The following entries provide information about specific paper keywords.
  163. *DefaultImageableArea: Letter
  164. *ImageableArea Letter: "12 10 601 781 "
  165. *ImageableArea Legal: "12 10 601 997 "
  166. *ImageableArea A4: "12 10 584 831 "
  167. *ImageableArea Executive: "12 10 511 746 "
  168. *ImageableArea Envelope.279.540/Monarch Envelope: "12 1 279 530"
  169. *ImageableArea Envelope.297.684/Common #10 Envelope: "12 1 298 674"
  170. *ImageableArea Envelope.312.624/DL Envelope: "12 1 313 613"
  171. *?ImageableArea: "
  172.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  173.   newpath clippath pathbbox
  174.   4 -2 roll exch 2 {ceiling cvp} repeat
  175.   exch 2 {floor cvp} repeat flush
  176.  restore
  177. "
  178. *End
  179.  
  180.  
  181. *% These provide the physical dimensions of the paper (by keyword)
  182. *DefaultPaperDimension: Letter
  183. *PaperDimension Letter: "612 792"
  184. *PaperDimension Legal: "612 1008"
  185. *PaperDimension A4: "595 842"
  186. *PaperDimension Executive: "522 756"
  187. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  188. *PaperDimension Envelope.297.684/Common #10 Envelope: "297 684"
  189. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  190.  
  191. *OpenUI *OutputBin: PickOne
  192. *OrderDependency: 20 AnySetup *OutputBin
  193. *DefaultOutputBin: Upper
  194. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  195. *OutputBin Upper: "statusdict begin 1 setoutputray end"
  196. *?OutputBin: "
  197.  save statusdict begin
  198.   5 dict begin
  199.    /1 (Upper) def
  200.    /2 (Lower) def
  201.    outputtray
  202.    {( ) cvs cvn load exec} stopped not{= flush}if
  203.   end
  204.  end restore
  205. "
  206. *End
  207. *CloseUI: *OutputBin
  208.  
  209. *OpenUI *InputSlot: PickOne
  210. *OrderDependency: 20 AnySetup *InputSlot
  211. *DefaultInputSlot: Upper
  212. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  213. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  214. *InputSlot Envelope: "statusdict begin 3 setpapertray end"
  215. *?InputSlot: "
  216.  save statusdict begin
  217.   5 dict begin
  218.    /1 (Lower) def
  219.    /2 (Upper) def
  220.    /3 (Envelope) def
  221.    papertray
  222.      {( ) cvs cvn load exec} stopped not{= flush}if
  223.   end
  224.  end restore
  225. "
  226. *End
  227. *CloseUI: *InputSlot
  228.  
  229. *OpenUI *ManualFeed: Boolean
  230. *OrderDependency: 20 AnySetup *ManualFeed
  231. *DefaultManualFeed: False
  232. *?ManualFeed: "
  233.   statusdict /manualfeed get
  234.   {(True)}{(False)}ifelse = flush"
  235. *End
  236. *ManualFeed True: "statusdict begin /manualfeed true store end"
  237. *ManualFeed False: "statusdict begin /manualfeed false store end"
  238. *CloseUI: *ManualFeed
  239.  
  240. *OpenUI *OutputOrder: PickOne
  241. *OrderDependency: 20 AnySetup *OutputOrder
  242. *DefaultOutputOrder: Normal
  243. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  244. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  245. *CloseUI: *OutputOrder
  246.  
  247. *DefaultCollator: None
  248. *DefaultSorter: None
  249.  
  250. *OpenUI *Duplex: PickOne
  251. *OrderDependency: 20 AnySetup *Duplex
  252. *DefaultDuplex: None
  253. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  254. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  255. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  256. *?Duplex: "
  257. statusdict begin
  258. duplexmode
  259. { tumble
  260.   { (DuplexTumble) }
  261.   { (DuplexNoTumble) }
  262.   ifelse
  263. }
  264. { (None)}
  265. ifelse
  266. = flush
  267. end
  268. "
  269. *End
  270. *CloseUI: *Duplex
  271.  
  272. *% Font Information =====================
  273.  
  274. *DefaultFont: Courier
  275. *Font AvantGarde-Book: Standard "(001.002)"
  276. *Font AvantGarde-BookOblique: Standard "(001.002)"
  277. *Font AvantGarde-Demi: Standard "(001.003)"
  278. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  279. *Font Bookman-Demi: Standard "(001.001)"
  280. *Font Bookman-DemiItalic: Standard "(001.001)"
  281. *Font Bookman-Light: Standard "(001.001)"
  282. *Font Bookman-LightItalic: Standard "(001.001)"
  283. *Font Courier: Standard "(002.003)"
  284. *Font Courier-Bold: Standard "(002.003)"
  285. *Font Courier-BoldOblique: Standard "(002.003)"
  286. *Font Courier-Oblique: Standard "(002.003)"
  287. *Font Helvetica: Standard "(001.006)"
  288. *Font Helvetica-Bold: Standard "(001.007)"
  289. *Font Helvetica-BoldOblique: Standard "(001.007)"
  290. *Font Helvetica-Condensed: Standard "(001.001)"
  291. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  292. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  293. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  294. *Font Helvetica-Narrow: Standard "(001.006)"
  295. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  296. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  297. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  298. *Font Helvetica-Oblique: Standard "(001.006)"
  299. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  300. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  301. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  302. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  303. *Font Palatino-Bold: Standard "(001.002)"
  304. *Font Palatino-BoldItalic: Standard "(001.002)"
  305. *Font Palatino-Italic: Standard "(001.002)"
  306. *Font Palatino-Roman: Standard "(001.001)"
  307. *Font Symbol: Special "(001.007)"
  308. *Font Times-Bold: Standard "(001.007)"
  309. *Font Times-BoldItalic: Standard "(001.009)"
  310. *Font Times-Italic: Standard "(001.007)"
  311. *Font Times-Roman: Standard "(001.007)"
  312. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  313. *Font ZapfDingbats: Special "(001.002)"
  314. *?FontQuery: "
  315. save  4 dict begin /sv exch def
  316. /str (fonts/                              ) def
  317. /st2 128 string def
  318. {
  319.   count 0 gt {
  320.     dup st2 cvs (/) print print (:) print
  321.     dup FontDirectory exch known {pop (Yes)}{
  322.      str exch st2 cvs dup length /len exch def
  323.      6 exch putinterval str 0 len 6 add getinterval mark exch
  324.      { } st2 filenameforall counttomark 0 gt {
  325.       cleartomark (Yes)}{cleartomark (No)}ifelse
  326.     }ifelse = flush
  327.   }{ exit } ifelse
  328. } bind loop
  329. (*) = flush
  330. sv end restore
  331. "
  332. *End
  333.  
  334. *?FontList: "
  335. save  2 dict begin /sv exch def
  336. /str 128 string def
  337. FontDirectory { pop == } bind forall flush
  338. /filenameforall where { 
  339.  pop save (fonts/*) { 
  340.   dup length 6 sub 6 exch getinterval cvn == 
  341.  } bind str filenameforall flush restore
  342. } if 
  343. (*) = flush
  344. sv end restore
  345. "
  346. *End
  347.  
  348. *% Printer Messages (verbatim from printer):
  349. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  350. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  351. *Message: "\FontName\ not found, using Courier"
  352.  
  353. *% Status (format: %%[ status: <one of these> ]%% )
  354. *Status: "idle"
  355. *Status: "busy"
  356. *Status: "waiting"
  357. *Status: "printing"
  358. *Status: "warming up"
  359.  
  360. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  361. *Source: "serial25"
  362. *Source: "AppleTalk"
  363. *Source: "Centronics"
  364. *Source: "Optional I/O"
  365.  
  366. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  367. *PrinterError: "Paper Out"
  368. *PrinterError: "Paper Jam"
  369. *PrinterError: "Off line"
  370.  
  371. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  372.  
  373. *% Color Separation Information =====================
  374.  
  375. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  376.  
  377. *InkName: ProcessBlack/Process Black
  378. *InkName: CustomColor/Custom Color
  379. *InkName: ProcessCyan/Process Cyan
  380. *InkName: ProcessMagenta/Process Magenta
  381. *InkName: ProcessYellow/Process Yellow
  382.  
  383. *%  For 60 lpi / 300 dpi  ===============================
  384.  
  385. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  386. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  387. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  388. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  389. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  390.  
  391. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  392. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  393. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  394. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  395. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  396.  
  397. *%  For 53 lpi / 300 dpi  ===============================
  398.  
  399. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  400. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  401. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  402. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  403. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  404.  
  405. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  406. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  407. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  408. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  409. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  410.  
  411. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  412.  
  413. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  414. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  415. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  416. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  417. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  418.  
  419. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  420. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  421. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  422. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  423. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  424.  
  425. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  426. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  427. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  428. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  429. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  430. "
  431. *End
  432.  
  433. *%  For 71 lpi / 600 dpi  ===============================
  434.  
  435. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  436. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  437. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  438. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  439. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  440.  
  441. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  442. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  443. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  444. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  445. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  446.  
  447. *% end of PPD file for QMS 1725 Print System.
  448.  
  449.